Return

Edit Task: TimeslotPreference

Description

The TimeslotPreference attribute under EditTask allows you to define whether the timeslot preference for the task should be early, middle, or late in the schedule.

Parameters

Parameter Description
TimeslotPref Options are either "Early", "Middle", or "Late".

Examples

Set the timeslot preference for a task to Middle.

PATCH api/task/TaskA

Body:

{

"TimeslotPref" : "Middle"

}